-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.62] Provide information to metro to redirect to rn-macos when building macos #596
Conversation
…cos (facebook#587) * Provide information to metro to redirect to rn-macos when building macos * Update version of cli we are using * more config Co-authored-by: Andrew Coates <[email protected]>
|
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Hello @acoates-ms! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
@@ -8,6 +8,7 @@ pr: | |||
include: | |||
- master | |||
- 0.59-stable | |||
- 0.62-stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can’t these (going forward in master
) be *-stable
?
@@ -63,7 +63,7 @@ steps: | |||
- task: CmdLine@2 | |||
displayName: Bump package version | |||
inputs: | |||
script: node scripts/bump-oss-version.js --nightly | |||
script: node scripts/bump-oss-version.js --ci 0.62.1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean we now have to update this every time we create a new stable branch or could this be inferred by the script from the current branch name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To bump the stable version of the react-native-macos
package we use a different script. Would it be possible to use that here too and not introduce forked changes to the bump-oss-version.js
script?
Port #587 to 0.62
Microsoft Reviewers: Open in CodeFlow